home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v11n07 / demo_6.exe / DE6SRC.EXE / DEMO6.RC < prev   
Text File  |  1992-01-19  |  150b  |  12 lines

  1. #include "windows.h"
  2. #include "demo6.h"
  3.  
  4. DemoMenu MENU 
  5. BEGIN
  6.   POPUP "&File"
  7.     BEGIN
  8.       MENUITEM "E&xit",      IDM_EXIT
  9.     END
  10. END
  11.  
  12.